.index-title {
    padding: 30px 0 20px;
}
.index-title .text {
    font-size: 24px;
	color: #1e1e1e;
}
.index-title .tab {
    height: 30px;
    line-height: 30px;
}
.index-title .tab span,
.index-title .tab a {
    margin-left: 17px;
    font-size: 18px;
	color: #1e1e1e;
}
.index-title .tab span.active,
.index-title .tab a.active {
    color: #bd2221;
}

/* 时尚资讯 */
.fashion-banner {
    width: 750px;
	height: 375px;
    position: relative;
}
.fashion-banner .imgs {
    width: 100%;
    height: 375px;
    position: absolute;
}
.fashion-banner .imgs li {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 375px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.fashion-banner .imgs li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.fashion-banner .imgs li a img {
    display: block;
    width: 100%;
    height: 100%;
}
.fashion-banner .imgs li a .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.fashion-banner .imgs li a .tit .mb {
    width: 100%;
    bottom: 0;
    height: 40px;
	background-color: #000000;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.fashion-banner .imgs li a .tit .text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}

.fashion-banner .imgsRect{
    position: absolute;
    bottom: 50px;
    right: 20px;
    height: 15px;
}
.fashion-banner .imgsRect li{
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    height: 10px;
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
.fashion-banner .imgsRect li.selected{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.fashion-news .news-box {
    width: 430px;
}
.fashion-news .news-box .news-list a {
    display: block;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #666666;
}
.fashion-news .news-box .news-list a:hover {
    color: #bd2221;
}

/* 首页设计师列表 */
.designer {
    width: 1200px;
}
.designer li {
    float: left;
    margin: 0 20px 20px 0;
}
.designer .designer-pic {
    width: 280px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.designer .designer-pic a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.designer .designer-pic a img {
    display: block;
    width: 100%;
    height: 100%;
}
/* .designer .designer-pic:hover a {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
} */
.designer .designer-pic .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.designer .designer-pic .tit .mb {
    height: 40px;
	background-color: #000000;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.designer .designer-pic .tit .text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
	color: #ffffff;
}

/* 时装周新闻 */
.fashion-week .week-news {
    width: 360px;
}
.fashion-week .week-news li {
    float: left;
    width: 160px;
    height: 158px;
    margin: 0 0 20px 20px;
}
.fashion-week .week-news li img {
    display: block;
    width: 160px;
    height: 110px;
}
.fashion-week .week-news li p {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
	line-height: 18px;
	color: #1e1e1e;
}
.fashion-week .week-news li a:hover p {
    color: #bd2221;
}

/* 教育培训 */
.design-course {
    width: 860px;
}
.design-course .pic {
    width: 280px;
	height: 400px;
}
.design-course .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.design-course .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.design-course .tit .mb {
    height: 30px;
    background-color: #000000;
	opacity: 0.5;
}
.design-course .tit .text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
	color: #ffffff;
}
.design-course .course-list {
    width: 580px;
}
.design-course .course-list li {
    float: left;
    width: 270px;
    margin: 0 0 20px 20px;
}
.design-course .course-list a,
.design-course .course-list a img {
    display: block;
    width: 270px;
    height: 152px;
}
.design-course .course-list li:hover {
    box-shadow: 2px 2px 5px 2px #ECECEC;
}

.outfit {
    width: 280px;
}
.outfit ul li {
    float: left;
    width: 120px;
    margin: 0 0 20px 20px;
}
.outfit li a,
.outfit li a img {
    display: block;
    width: 120px;
    height: 120px;
}
.outfit li .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.outfit li .tit .mb {
    height: 30px;
    background-color: #000000;
	opacity: 0.5;
}
.outfit li .tit .text {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
	color: #ffffff;
}


.titartIndex{
    padding-top: 50px;
    padding-bottom: 15px;
    width: 100%;
}
.titartIndex p{
    float: left;
    font-size: 25px;
}
.titartIndex p span{
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    color: #a0a0a0
}
.titartIndex p em{
    padding: 0 8px;
}
.titartIndex a i{
    display: inline-block;
    padding:0 10px;
    border:1px solid #dfdfdf;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    color: #a0a0a0
}
.telephone{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #9c9c9c;
    vertical-align: middle;
}
.telephone .iconfont{
    font-size: 34px;
}
.sort-nav {
	margin-top: 10px;
}
.sort-nav a{
	display: inline-block;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    color: #a0a0a0;
    margin-left: 10px;
    background: #fff;
}
.sort-nav a:hover{
	text-decoration: none;	
}

.famous-school-item{
	float: left;
    width: 235px;
    margin-top: 10px;
    font-size: 14px;
}
.famous-school-item a{
    font-size: 14px;
	color: #666;
}
.famous-school-item a:hover{
	text-decoration:none;
}


/* 网站导航 */
.index-nav-box .tab-box a {
    display: inline-block;
    margin-right: 25px;
    width: 138px;
	height: 38px;
    line-height: 38px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dfdfdf;
    font-size: 16px;
	color: #666666;
}
.index-nav-box .tab-box a.active {
    border-color: #bd2221;
    color: #bd2221;
}

.index-designer {
    padding: 20px 8px 0;
    background-color: #ffffff;
    overflow: hidden;
}
.index-designer li {
    float: left;
    margin: 0 12px 20px;
    width: 168px;
	height: 224px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #edeeef;
}
.index-designer li .avater {
    position: relative;
    display: block;
    margin: 10px auto 0;
    width: 150px;
	height: 150px;
	background-color: #f4f5f6;
}
.index-designer li .avater img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.index-designer li .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 10px 4px;
    text-align: center;
    font-size: 16px;
	color: #1e1e1e;
}
.index-designer li .name:hover {
    color: #bd2221;
}

.index-information {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 40px 0;
}
.index-information .line {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    width: 1px;
    background-color: #edeeef;
}
.index-information li {
    float: left;
    width: 50%;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    padding: 0 30px;
    line-height: 30px;
    overflow: hidden;
    list-style-type: square;
    list-style-position: inside;
    color: #cccccc;
}
.index-information li a {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #353535;
}
.index-information li a:hover {
    text-decoration: underline;
    color: #bd2221;
}
.index-information li span {
    float: right;
    color: #a0a0a0;
}


.topic-list{
	margin:10px 0 0 -28px;
}
.topic-list li{
	float: left;
}
.topic-list li a{
	display: block;
	width: 576px;
	height: 352px;
	color: #333;
	margin:0 0 10px 28px;
	background: #fff;
	transition: all .2s;
	
}
.topic-list li a:hover{
	color: #bd2221;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -webkit-box-shadow: 0 0 20px #ddd;
    -o-box-shadow: 0 0 20px #ddd;
    -ms-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}
.topic-img{
	display: block;
	width: 576px;
	height: 280px;
	overflow: hidden;	
}
.topic-img img{
	width: 576px;
	height: 280px;
}
.topic-tit{
	font-size: 16px;
	text-align: center;
	padding: 16px 40px 0 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 招聘服装设计 */
.index-title .tab span.more {
    color: #ccc
}

    .index-title .tab span.more a {
        color: #888
    }

.recruit {
    width: 1200px;
}

    .recruit li {
        width: 241px;
        border: 1px solid #EFEFEF;
        padding: 18px 20px;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
    }

        .recruit li .title {
            height: 28px;
            line-height: 28px;
            color: #000;
            font-size: 16px;
        }

            .recruit li .title span {
                float: right;
                color: #BD221E;
            }

        .recruit li .tag {
            margin-top: 6px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
        }

            .recruit li .tag span {
                padding: 2px 5px;
                border: 1px solid #C2C2C2;
                border-radius: 3px;
                margin-right: 4px;
                color: #666;
            }

        .recruit li .txt {
            margin-top: 18px;
            height: 28px;
            line-height: 28px;
            color: #777;
            font-size: 14px;
        }